projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7853c50
)
arm: marvell: Increase MAXARGS to 32
author
Stefan Roese
<
[email protected]
>
Thu, 23 Jul 2015 08:26:11 +0000
(10:26 +0200)
committer
Luka Perkov
<
[email protected]
>
Fri, 24 Jul 2015 07:48:07 +0000
(09:48 +0200)
This makes more complex U-Boot scripts possible.
Signed-off-by: Stefan Roese <
[email protected]
>
Cc: Luka Perkov <
[email protected]
>
include/configs/mv-common.h
patch
|
blob
|
history
diff --git
a/include/configs/mv-common.h
b/include/configs/mv-common.h
index b654fffb263619e587522f82101754c5b18a6672..b90de14b30c067911e7849e78974fab0be633ad2 100644
(file)
--- a/
include/configs/mv-common.h
+++ b/
include/configs/mv-common.h
@@
-95,7
+95,7
@@
#define CONFIG_SYS_MEMTEST_START 0x00800000 /* 8M */
#define CONFIG_SYS_MEMTEST_END 0x00ffffff /*(_16M -1) */
#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */
-#define CONFIG_SYS_MAXARGS
16
/* max number of command args */
+#define CONFIG_SYS_MAXARGS
32
/* max number of command args */
/* ====> Include platform Common Definitions */
#include <asm/arch/config.h>